From 91b549bcdacfe1a64bc982a52f14e6c36827cb88 Mon Sep 17 00:00:00 2001 From: "ach61@labyrinth.cl.cam.ac.uk" Date: Tue, 20 May 2003 18:11:23 +0000 Subject: [PATCH] bitkeeper revision 1.247 (3eca6fcbSryfLAInJ09OOe4wWo52ew) add xi_helper to tools/internal/Makefile --- tools/internal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/internal/Makefile b/tools/internal/Makefile index 6cbaf9090d..417ffe7adb 100644 --- a/tools/internal/Makefile +++ b/tools/internal/Makefile @@ -28,9 +28,10 @@ $(XI_DESTROY).o: $(XI_DESTROY).c dom0_ops.h dom0_defs.h $(CC) -c $(XI_DESTROY).c install: all - cp -a xi_list xi_vifinit $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin + cp -a xi_list xi_vifinit xi_helper $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin chmod 755 ../../../install/bin/xi_list chmod 755 ../../../install/bin/xi_vifinit + chmod 755 ../../../install/bin/xi_helper rpm: all rm -rf staging -- 2.30.2